@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  min-width: 1200px;
}

div {
  margin: 0 auto;
  text-align: left;
}

li {
  text-align: left;
}

a:link, a:visited {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: underline;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1200px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

.red {
  color: #e20a0f;
}

.red a {
  color: #e20a0f;
}

.red a:hover, .red a:link, .red a:visited {
  color: #e20a0f;
}

/*common*/
/*logoCon*/
.logoConKong {
  width: 100%;
  height: 78px;
}

.logoCon {
  position: relative;
  width: 100%;
  height: 78px;
  overflow: hidden;
  background: #fff;
}

.logoCon div.logo {
  float: left;
}

.logoCon div.logo span {
  display: block;
  float: left;
  width: 140px;
  height: 78px;
  background: url(../images/logo.jpg) center center no-repeat;
  margin-right: 20px;
}

.logoCon div.logo em {
  display: block;
  float: left;
  height: 78px;
  line-height: 78px;
  font-size: 16px;
  font-weight: 700;
  font-family: "微软雅黑", Microsoft YaHei, SimSun;
}

.logoCon div.text {
  float: right;
}

.logoCon div.text p {
  font-weight: 700;
  font-size: 16px;
  line-height: 78px;
}

.logoCon div.text p a {
  margin-left: 55px;
}

.logoCon div.text p a.active {
  color: #607DA4;
}

.logoCon.logoConF {
  position: fixed;
  z-index: 9;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
}

/* mainFocus */
.mainFocus {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.swiper-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-main .swiper-slide {
  width: 100%;
  height: 100%;
  float: left;
}

.swiper-main .swiper-slide div.bannerShow {
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-main .swiper-slide div.bannerShow a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-main .swiper-slide div.bannerShow img {
  display: none;
  height: 100%;
  width: auto;
}

.swiper-main .swiper-slide div.bannerPic1 {
  background: url(../images/1.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-main .swiper-slide div.bannerPic2 {
  background: url(../images/2.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-main .swiper-slide div.bannerPic3 {
  background: url(../images/3.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-main .swiper-slide div.bannerPic4 {
  background: url(../images/4.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-main .swiper-slide div.bannerPic5 {
    background: url(../images/5.jpg) center center no-repeat;
    background-size: cover;
}

.swiper-main .swiper-pagination-main {
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  margin-bottom: 25px;
}

.swiper-main .swiper-pagination-main .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 45px;
  height: 2px;
  opacity: 0.5;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  background-clip: padding-box;
}

.swiper-main .swiper-pagination-main .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  opacity: 1;
}

/* mainP1 */
.mainP1 {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  overflow: hidden;
  background: #eaeaea;
}

.mainP1 h3 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 100px;
}

.mainP1 h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 30px;
}

.mainP1 h6 {
  display: block;
  width: 35px;
  height: 4px;
  background: #000;
  margin: 20px auto 0;
}

.mainP1 div.text {
  margin: 40px auto 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
  color: #666;
}

.mainP1 div.text p {
  text-align: justify;
  text-indent: 0;
  margin-bottom: 20px;
  color: #111;
}

/* mainP2 */
.mainP2 {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  overflow: hidden;
  background: url(../images/c2-bg.jpg) center center no-repeat;
  background-size: cover;
}

.mainP2 h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 70px;
}

.mainP2 h6 {
  display: block;
  width: 35px;
  height: 4px;
  background: #333;
  margin: 35px auto 0;
}

.mainP2 div.text {
  margin: 25px auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
  color: #111;
}

.mainP2 div.text strong {
  font-size: 22px;
}

.mainP2 div.text p {
  text-align: justify;
}

.mainP2 div.showCon {
  margin-top: 30px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}

.mainP2 div.showCon .box {
  float: left;
  width: 250px;
  min-height: 200px;
  padding: 0 74px;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mainP2 div.showCon .box span {
  display: inline-block;
}

.mainP2 div.showCon .box p.tit {
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
  margin-top: -15px;
}

.mainP2 div.showCon .box p.sum {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: SimSun;
}

.mainP2 div.showCon .box:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.mainP2 div.showCon .line {
  float: left;
  width: 1px;
  height: 64px;
  background: #c9c7c6;
  margin-top: 90px;
}

.mainP2 div.join {
  width: 189px;
  height: 52px;
  margin-top: 50px;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  font-weight: 700;
  font-size: 18px;
  line-height: 52px;
  font-family: Microsoft YaHei,SimSun;
  color: #383440;
  text-align: center;
  cursor: pointer;
}

.mainP2 div.join:hover {
  background: #2A7CDD;
}

.mainP2 div.join:hover a {
  color: #fff;
  text-decoration: none;
}

/* mainP3 */
.mainP3 {
  width: 100%;
  height: auto;
  padding-bottom: 70px;
  overflow: hidden;
  background: url(../images/c3-bg.jpg) center center no-repeat;
  background-size: cover;
}

.mainP3 h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  color: #fff;
  margin-top: 90px;
}

.mainP3 h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.mainP3 h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 30px auto 0;
}

.mainP3 div.text {
  margin: 35px auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
  color: #fff;
}

.mainP3 div.text p {
  text-align: justify;
}

.mainP3 div.showCon {
  margin-top: 50px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}

.mainP3 div.showCon .box {
  float: left;
  width: 169px;
  padding: 10px 35px 0;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mainP3 div.showCon .box span {
  display: inline-block;
}

.mainP3 div.showCon .box p.tit {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  font-family: Microsoft YaHei;
  color: #fff;
}

.mainP3 div.showCon .box p.sum {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: SimSun;
  color: #fff;
}

.mainP3 div.showCon .box:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.mainP3 div.showCon .line {
  float: left;
  width: 1px;
  height: 64px;
  background: #fff;
  margin-top: 60px;
}

/* mainP4 */
.mainP4 {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  overflow: hidden;
  background: #fff;
}

.mainP4 h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 60px;
}

.mainP4 h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 15px;
}

.mainP4 h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  margin: 30px auto 0;
}

.mainP4 div.text {
  margin: 30px auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
}

.mainP4 div.text p {
  text-align: justify;
}

.mainP4 div.learn {
  width: 189px;
  height: 52px;
  margin-top: 50px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 26px;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 51px;
  font-family: Microsoft YaHei,SimSun;
  text-align: center;
  cursor: pointer;
}

.mainP4 div.learn:hover {
  background: #2A7CDD;
  border: 1px solid #2A7CDD;
}

.mainP4 div.learn:hover a {
  color: #fff;
  text-decoration: none;
}

.mainP4 div.showCon {
  display: none;
  margin-top: 40px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}

.mainP4 div.showCon .box {
  float: left;
  width: 590px;
  height: 157px;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.mainP4 div.showCon .box span {
  display: block;
  float: left;
  margin: 11px 11px 9px 10px;
}

.mainP4 div.showCon .box p.tit {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #00030D;
  text-align: left;
}

.mainP4 div.showCon .box p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: SimSun;
  text-align: left;
  padding-right: 42px;
}

.mainP4 div.showCon .box:hover {
  background: #EEEEEE;
  border: 1px solid #EFEFEF;
}

.mainP4 div.showCon .fr {
  float: right;
}

/* copyCon */
.copyCon {
  width: 100%;
  height: 367px;
  overflow: hidden;
  background: url(../images/copy-bg.jpg) center center no-repeat;
}

.copyCon div.fl {
  width: 590px;
  margin-top: 60px;
}

.copyCon div.fl div.logo h2 {
  display: inline-block;
}

.copyCon div.fl div.logo p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei;
  margin-top: 10px;
}

.copyCon div.fl div.logo h6 {
  display: inline-block;
  width: 19px;
  height: 3px;
  background: #fff;
  margin-top: 20px;
}

.copyCon div.fl div.text {
  margin-top: 55px;
}

.copyCon div.fl div.text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.copyCon div.fl div.text p a {
  margin-right: 35px;
}

.copyCon div.fr {
  margin-top: 90px;
}

.copyCon div.fr h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.copyCon div.fr p {
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}

.copyCon div.fr p.us {
  margin-top: 25px;
  font-size: 14px;
}

.copyCon div.fr p.us span {
  font-size: 20px;
}

.copyCon div.fr p.time {
  margin-top: 5px;
}

.copyCon div.fr p.company {
  margin-top: 20px;
}

.copyCon div.copyright {
  width: 100%;
  height: 80px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 80px;
  text-align: center;
}

/* relayTop */
.relayTop {
  display: none;
  width: 40px;
  height: 38px;
  background: url(../images/replay_tophover.jpg) center center no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: 620px;
  cursor: pointer;
}

/* 关于我们 */
.aboutBanner {
  width: 100%;
  height: 569px;
  background: url(../images/about-banner-1.jpg) center center no-repeat;
  background-size: cover;
}

.aboutBanner h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 170px;
  letter-spacing: 1px;
}

.aboutBanner h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 15px;
}

.aboutBanner h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 25px auto 0;
}

.aboutBanner div.text {
  margin: 40px auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
}

/* aboutP1 */
.aboutP1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F9FAFD;
}

.aboutP1 h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 60px;
}

.aboutP1 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 20px;
}

.aboutP1 h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #2F313D;
  margin: 25px auto 0;
}

.aboutP1 .w1000 {
  width: 1120px;
}

.aboutP1 div.text {
  margin: 40px auto;
  padding: 0 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  text-align: left;
  letter-spacing: 0.5px;
}

.aboutP1 div.text p {
  text-indent: 2em;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: justify;
}

.aboutP1 div.map1 {
  width: 100%;
  height: 498px;
  text-align: center;
  background: url(../images/map1.png) center center no-repeat;
}

.aboutP1 div.map1 img {
  width: 100%;
}

.aboutP1 div.map2 {
  width: 1000px;
  text-align: center;
}

.aboutP1 div.map2 img {
  width: 100%;
}

.aboutP1 div.showCon {
  width: 100%;
  height: 393px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.aboutP1 div.showCon div.pic {
  width: 650px;
  height: 393px;
  overflow: hidden;
  float: left;
}

.aboutP1 div.showCon div.pic img {
  border-radius: 5px;
}

.aboutP1 div.showCon div.txt {
  position: absolute;
  left: 567px;
  top: 26px;
  width: 553px;
  height: 239px;
  padding: 50px 40px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.aboutP1 div.showCon div.txt strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 10px;
}

.aboutP1 div.showCon div.txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  margin-top: 30px;
}

.aboutP1 div.showCon div.txt div.join {
  display: inline-block;
  width: 137px;
  height: 45px;
  margin-top: 30px;
  background: #5496F3;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.aboutP1 div.showCon div.txt div.join a {
  color: #fff;
}

.aboutP1 div.showCon div.txt div.join:hover {
  opacity: 0.8;
}

.aboutP1 div.showCon div.txt div.join:hover a {
  color: #fff;
  text-decoration: none;
}

.aboutMapCon {
  width: 1180px;
  height: 771px;
  margin: 40px auto;
  box-sizing: border-box;
  background: #F1F0F1;
  border: 21px solid #FDFCFC;
  position: relative;
}

.aboutMapCon div.contact {
  position: absolute;
  top: 203px;
  left: 36px;
  width: 197px;
  height: 22px;
  background: url(../images/about-contactus.png) center center no-repeat;
}

.aboutMapCon div.map {
  position: absolute;
  top: 57px;
  left: 323px;
  width: 756px;
  height: 391px;
  background: url(../images/about-map.png) center center no-repeat;
}

.aboutMapCon div.phoneBox {
  position: absolute;
  top: 523px;
  left: 40px;
  width: 520px;
  height: 180px;
  box-sizing: border-box;
  background: #fff;
  padding: 22px 20px 23px 18px;
}

.aboutMapCon div.phoneBox span {
  display: block;
  float: left;
  width: 135px;
  height: 135px;
  background: url(../images/about-phone.png) center center no-repeat;
  margin-right: 35px;
}

.aboutMapCon div.phoneBox div.iconBox {
  float: left;
  background: url(../images/about-iconblue.png) top left no-repeat;
}

.aboutMapCon div.phoneBox strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  color: #274df5;
  margin-top: 10px;
}

.aboutMapCon div.phoneBox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: Microsoft YaHei;
  color: #666;
}

.aboutMapCon div.headBox {
  position: absolute;
  top: 523px;
  left: 581px;
  width: 520px;
  height: 180px;
  box-sizing: border-box;
  background: #fff;
  padding: 22px 20px 23px 18px;
}

.aboutMapCon div.headBox span {
  display: block;
  float: left;
  width: 135px;
  height: 135px;
  background: url(../images/about-head.png) center center no-repeat;
  margin-right: 35px;
}

.aboutMapCon div.headBox div.iconBox {
  float: left;
  background: url(../images/about-icongreen.png) top left no-repeat;
}

.aboutMapCon div.headBox strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  color: #2f9960;
  margin-top: 10px;
}

.aboutMapCon div.headBox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: Microsoft YaHei;
  color: #666;
}

/* aboutP2 */
.aboutP2 {
  width: 100%;
  height: 821px;
  overflow: hidden;
  background: #fff;
}

.aboutP2 h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 60px;
}

.aboutP2 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 20px;
}

.aboutP2 h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #2F313D;
  margin: 25px auto 0;
}

.aboutP2 div.text {
  margin: 40px auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
}

.swiper-about-bg {
  width: 1200px;
  height: 352px;
  padding: 30px 50px;
  background: url(../images/about-sw-bg.png) center center no-repeat;
  position: relative;
}

.swiper-about-bg .about-prev, .swiper-about-bg .about-next {
  width: 95px;
  height: 95px;
  background: url(../images/about-arrl.png) center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -47px;
  cursor: pointer;
}

.swiper-about-bg .about-prev {
  left: 0px;
}

.swiper-about-bg .about-next {
  background: url(../images/about-arrr.png) center center no-repeat;
  right: 0px;
}

.swiper-about {
  width: 1200px;
  height: 352px;
  overflow: hidden;
  position: relative;
}

.swiper-about .box {
  width: 1200px;
  height: 352px;
}

.swiper-about .box img {
  float: left;
  margin-right: 44px;
  border-radius: 5px;
}

.swiper-about .box strong {
  font-weight: 700;
  font-size: 26px;
  line-height: 48px;
  display: inline-block;
  margin-top: 70px;
}

.swiper-about .box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  display: inline-block;
  width: 516px;
  margin-top: 30px;
}

/* aboutP3 */
.aboutP3 {
  width: 100%;
  height: 709px;
  overflow: hidden;
  background: #F9FAFD;
}

.aboutP3 h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 60px;
}

.aboutP3 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 20px;
}

.aboutP3 h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #2F313D;
  margin: 25px auto 0;
}

.aboutP3 div.text {
  margin: 40px auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
}

.aboutP3 div.showCon {
  margin-top: 60px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}

.aboutP3 div.showCon .box {
  float: left;
  width: 250px;
  min-height: 200px;
  padding: 0 74px;
  text-align: center;
}

.aboutP3 div.showCon .box span {
  display: inline-block;
}

.aboutP3 div.showCon .box p.tit {
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
  margin-top: -15px;
}

.aboutP3 div.showCon .box p.sum {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  font-family: SimSun;
}

.aboutP3 div.showCon .line {
  float: left;
  width: 1px;
  height: 64px;
  background: #c9c7c6;
  margin-top: 120px;
}

/* aboutP4 */
.aboutP4 {
  width: 100%;
  height: 494px;
  overflow: hidden;
  background: #fff;
}

.aboutP4 h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 60px;
}

.aboutP4 h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 20px;
}

.aboutP4 h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #2F313D;
  margin: 25px auto 0;
}

.aboutP4 div.text {
  margin: 40px auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
}

/* joinUsBanner */
.joinUsBanner {
  width: 100%;
  height: 570px;
  overflow: hidden;
  background: url(../images/joinus-bg.jpg) center center no-repeat;
}

.joinUsBanner h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 170px;
  letter-spacing: 1px;
}

.joinUsBanner h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 15px;
}

.joinUsBanner h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 25px auto 0;
}

.joinUsBanner h4 {
  margin: 40px auto;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  text-align: center;
}

.joinUsTitle {
  overflow: hidden;
  margin: 50px auto;
}

.joinUsTitle h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
}

.joinUsTitle h6 {
  display: block;
  width: 20px;
  height: 3px;
  background: #FFC12B;
  margin: 25px auto 0;
}

.joinUsCon {
  width: 1200px;
  box-sizing: border-box;
  padding: 0 55px;
  background: #fff;
  box-shadow: 0px 2px 30px 0px rgba(39, 39, 39, 0.06);
  border-radius: 10px;
  margin-bottom: 30px;
}

.joinUsCon div.titCon {
  height: 102px;
  cursor: pointer;
}

.joinUsCon div.titCon h2 {
  display: inline-block;
  width: 380px;
  font-weight: 700;
  font-size: 20px;
  line-height: 102px;
}

.joinUsCon div.titCon h3 {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 102px;
}

.joinUsCon div.titCon h6 {
  display: block;
  float: right;
  width: 24px;
  height: 102px;
  line-height: 102px;
  background: url(../images/joinus-banner-arr.png) center center no-repeat;
  cursor: pointer;
}

.joinUsCon div.titCon h6.show {
  background: url(../images/joinus-banner-arr1.png) center center no-repeat;
}

.joinUsCon div.titCon h6.hide {
  background: url(../images/joinus-banner-arr.png) center center no-repeat;
}

.joinUsCon div.textCon {
  border-top: 1px solid #E8E8E8;
  padding-bottom: 30px;
  display: none;
}

.joinUsCon div.textCon p {
  margin-top: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  color: #666666;
}

.joinUsCon div.textCon p strong {
  display: block;
  color: #111111;
}

.joinUsCon div.textCon p.mail {
  font-size: 24px;
  color: #333333;
  margin-top: 40px;
}

/* 付费内容 */
.listBanner {
  width: 100%;
  height: 570px;
  background: url(../images/list-banner.jpg) center center no-repeat;
}

.listBanner h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 130px;
}

.listBanner h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 15px;
}

.listBanner h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 25px auto 0;
}

.listBanner div.text {
  margin: 40px auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  font-family: Microsoft YaHei;
  text-align: center;
  letter-spacing: 0.5px;
}

/*20201019 by guan*/
.aboutMapCon {
  width: 1180px;
  height: 701px;
}
.aboutMapCon div.messageCon{
  width: 1138px;
  height: 160px;
  background: #eae9e8;
  box-shadow: 0px -5px 0px 0px #dddbd5;
  position: absolute;
  top: 490px;
  left: 0px;
}
.aboutMapCon div.messageCon div.title{
  position: absolute;
  top: 59px;
  left: 71px;
  width: 136px;
  height: 34px;
  background: url(../images/about-contactus-title.png) center center no-repeat;
}
.aboutMapCon div.messageCon div.message{
  position: absolute;
  top: 45px;
  left: 324px;
}
.aboutMapCon div.messageCon div.message p{
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  font-family: PingFang SC Regular, PingFang SC Regular-Regular;
  text-align: left;
  color: #666666;
  margin-bottom: 5px;
}
.aboutMapCon div.messageCon div.message p i{
  font-weight: 700;
  font-size: 26px;
}
.aboutMapCon div.messageCon div.message p.add span{
  display: block;
  float: left;
  width: 27px;
  height: 36px;
  background: url(../images/about-contactus-add.png) center center no-repeat;
  margin-right: 16px;
}
.aboutMapCon div.messageCon div.message p.phone span{
  display: block;
  float: left;
  width: 27px;
  height: 36px;
  background: url(../images/about-contactus-phone.png) center center no-repeat;
  margin-right: 16px;
}
/*20210730 by guan*/
.swiper-main .swiper-slide div.bannerPic0730 {
  background: url(../images/pic0730.jpg) center center no-repeat;
  background-size: cover;
}
.swiper-main .swiper-slide div.bannerPic0730 a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.logoCon div.text p a {
  margin-left: 45px;
}

/*20220901*/
/* 客户服务 */
.kf_banner {
  width: 100%;
  height: 570px;
  background: url(../images/kf_banner_bg.jpg) center center no-repeat;
  background-size: cover;
}

.kf_banner h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  font-family: STSong,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 190px;
  letter-spacing: 1px;
}

.kf_banner h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
  text-align: center;
  margin-top: 25px;
}

.kf_banner h6 {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 30px auto 0;
}
.kf_container{
  width: 1070px;
  min-height: 518px;
  background: #fff;
  margin: -170px auto 100px;
  padding: 70px 65px;
}
.kf_container .title h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  font-family: 'Microsoft YaHei';
  text-align: center;
  color: #333333;
}
.kf_container .title h6{
  display: block;
  width: 20px;
  height: 3px;
  background: #FFC12B;
  margin: 15px auto 0;
}
.kf_container>.clearfix{
  margin-top: 10px;
}
.kf_container .kf_left{
  width: 640px;
  float: left;
}
.kf_container .kf_left h3{
  margin-top: 50px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  font-family: 'Microsoft YaHei';
  text-align: left;
  text-indent: 60px;
}
.kf_container .kf_left dl{
  overflow: hidden;
  margin-top: 35px;
}
.kf_container .kf_left dl dt{
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
.kf_container .kf_left dl dt i{
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.kf_container .kf_left dl dd{
  display: inline-block;  
}
.kf_container .kf_left dl dd p{
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.kf_container .kf_left dl.time dt i{
  width: 30px;
  height: 30px;
  background-image: url(../images/kf_icon_time.png);
}
.kf_container .kf_left dl.mail dt i{
  width: 30px;
  height: 31px;
  background-image: url(../images/kf_icon_mail.png);
}
.kf_container .kf_left dl.address dt i{
  width: 29px;
  height: 39px;
  background-image: url(../images/kf_icon_address.png);
}

.kf_container .kf_right{
  width: 406px;
  float: right;
  height: 264px;
  background: rgba(251,251,251,0.5);
  /* background: #FBFBFB; */
  border: 1px solid rgba(220,225,241,0.5);
  /* border: 1px solid #DCE1F1; */
  margin-top: 130px;
}
.kf_container .kf_right h3{
  margin-top: 60px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  font-family: 'Microsoft YaHei';
  text-align: center;
}
.kf_container .kf_right .down{
  margin-top: 20px;
  width: 223px;
  height: 45px;
  border-radius: 5px 5px 5px 5px;
  background: #5496F3;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  font-family: 'Microsoft YaHei';
  color: #fff;
  text-align: center;
}
.kf_container .kf_right .down a{
  display: inline-block;
  width: 223px;
  height: 45px;
  text-decoration: none;
  color: #fff;
}
.kf_container .kf_right p{
  margin-top: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

/*20221206*/
.copyCon div.fl {
    width: 700px;
    margin-top: 60px;
}
.copyCon div.fr {
    width: 300px;
    width: 360px;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html {
    font-size: 13.33333vw;
  }
  body {
    min-width: 1200px;
    -webkit-text-size-adjust: none !important;
    min-width: 100%;
    width: 100%;
  }
  a:hover {
    text-decoration: none;
  }
  .w1200 {
    width: 100%;
  }
  /*logoCon*/
  .logoConKong {
    height: 1rem;
  }
  .logoCon {
    height: 1rem;
  }
  .logoCon div.logo {
    float: left;
    margin-left: 0.1rem;
  }
  .logoCon div.logo span {
    display: block;
    float: left;
    width: 2.1rem;
    height: 1rem;
    background: url(../images/logo.jpg) center center no-repeat;
    background-size: 2.1rem;
    margin-right: 0.2rem;
  }
  .logoCon div.logo em {
    display: none;
  }
  .logoCon div.text {
    float: right;
    margin-right: 0.1rem;
  }
  .logoCon div.text p {
    font-weight: 400;
    font-size: 0.3rem;
    line-height: 1rem;
  }
  .logoCon div.text p a {
    margin-left: 0.1rem;
  }
  .logoCon div.text p a:nth-child(2) {
    display: none;
  }
  .logoCon div.text p a:nth-of-type(2) {
    display: none;
  }
  .logoCon div.text p a.active {
    color: #607DA4;
  }
  .logoCon.logoConF {
    position: fixed;
    z-index: 9;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
  }
  .mainFocus {
    height: 4.92rem;
  }
  .swiper-main .swiper-pagination-main {
    width: 100%;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    opacity: 1;
    margin-bottom: 0.2rem;
  }
  .swiper-main .swiper-pagination-main .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0;
    width: 0.4rem;
    height: 2px;
    opacity: 0.5;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    background-clip: padding-box;
  }
  .swiper-main .swiper-pagination-main .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
    background-clip: padding-box;
    opacity: 1;
  }
  /* mainP1 */
  .mainP1 {
    box-sizing: border-box;
    padding: 0 0.3rem;
    padding-bottom: 0.3rem;
  }
  .mainP1 h3 {
    font-size: 0.3rem;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 1rem;
  }
  .mainP1 h2 {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-top: 0.3rem;
  }
  .mainP1 h6 {
    display: block;
    width: 0.5rem;
    height: 0.05rem;
    background: #000;
    margin: 0.3rem auto 0;
  }
  .mainP1 div.text {
    margin: 0.4rem auto 0;
    font-size: 0.32rem;
    line-height: 2.0;
    letter-spacing: 0;
    color: #666;
  }
  .mainP1 div.text p {
    text-align: justify;
    text-indent: 0;
    margin-bottom: 0.3rem;
    color: #111;
  }
  /* mainP2 */
  .mainP2 {
    box-sizing: border-box;
    padding: 0 0.3rem;
    padding-bottom: 0.8rem;
    background: url(../images/c2-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .mainP2 h2 {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
  .mainP2 h6 {
    display: none;
    width: 0.5rem;
    height: 0.05rem;
    background: #333;
    margin: 0.3rem auto 0;
  }
  .mainP2 div.text {
    margin: 0.3rem auto;
    font-size: 0.32rem;
    line-height: 2.0;
    letter-spacing: 0;
    color: #111;
  }
  .mainP2 div.text strong {
    font-size: 0.36rem;
  }
  .mainP2 div.text p {
    text-align: justify;
  }
  .mainP2 div.showCon {
    margin-top: 0;
  }
  .mainP2 div.showCon .box {
    float: none;
    width: 80%;
    min-height: auto;
    padding: 0;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .mainP2 div.showCon .box span {
    display: inline-block;
  }
  .mainP2 div.showCon .box p.tit {
    font-size: 0.36rem;
    line-height: 1.2;
    margin-top: -0.4rem;
  }
  .mainP2 div.showCon .box p.sum {
    font-size: 0.28rem;
    line-height: 1.2;
    margin-top: 0.2rem;
  }
  .mainP2 div.showCon .box:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .mainP2 div.showCon .line {
    display: none;
  }
  .mainP2 div.join {
    display: none;
    width: 3.8rem;
    height: 1rem;
    margin-top: 0.5rem;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.36rem;
    line-height: 1.04rem;
  }
  /* mainP3 */
  .mainP3 {
    box-sizing: border-box;
    padding: 0 0.3rem;
    padding-bottom: 0.6rem;
    background: url(../images/c3-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .mainP3 h3 {
    font-size: 0.3rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
  .mainP3 h2 {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-top: 0.3rem;
  }
  .mainP3 h6 {
    display: block;
    width: 0.5rem;
    height: 0.05rem;
    background: #fff;
    margin: 0.3rem auto 0;
  }
  .mainP3 div.text {
    margin: 0.4rem auto;
    font-size: 0.32rem;
    line-height: 2.0;
    letter-spacing: 0;
    color: #fff;
  }
  .mainP3 div.text p {
    text-align: justify;
  }
  .mainP3 div.showCon {
    margin-top: 0;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
  }
  .mainP3 div.showCon .box {
    float: none;
    width: 70%;
    overflow: hidden;
    padding: 0;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .mainP3 div.showCon .box span {
    display: block;
    float: left;
    width: 0.88rem;
    height: 0.88rem;
    margin-top: 0.3rem;
  }
  .mainP3 div.showCon .box span img {
    width: 100%;
  }
  .mainP3 div.showCon .box p.tit {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    line-height: 1.2;
  }
  .mainP3 div.showCon .box p.sum {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.2;
    box-sizing: border-box;
    padding-left: 1.2rem;
  }
  .mainP3 div.showCon .box:last-of-type {
    padding: 0;
  }
  .mainP3 div.showCon .box:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .mainP3 div.showCon .line {
    display: none;
  }
  /* mainP4 */
  .mainP4 {
    box-sizing: border-box;
    padding: 0 0.3rem;
    padding-bottom: 0.8rem;
  }
  .mainP4 h3 {
    font-size: 0.3rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
  .mainP4 h2 {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-top: 0.3rem;
  }
  .mainP4 h6 {
    display: block;
    width: 0.5rem;
    height: 0.05rem;
    background: #000;
    margin: 0.3rem auto 0;
  }
  .mainP4 div.text {
    margin: 0.4rem auto;
    font-size: 0.32rem;
    line-height: 2.0;
    letter-spacing: 0;
  }
  .mainP4 div.text p {
    text-align: justify;
  }
  .mainP4 div.learn {
    width: 3.04rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.36rem;
    line-height: 0.84rem;
  }
  .mainP4 div.showCon {
    display: none;
  }
  /* copyCon */
  .copyCon {
    height: auto;
    background: url(../images/copy-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .copyCon .w1200 {
    box-sizing: border-box;
    padding: 0 0.3rem;
  }
  .copyCon div.fl {
    width: 100%;
    margin-top: 0.8rem;
  }
  .copyCon div.fl div.logo h2 {
    display: inline-block;
  }
  .copyCon div.fl div.logo p {
    display: none;
    font-size: 0.28rem;
    line-height: 1.2;
    margin-top: 0.1rem;
  }
  .copyCon div.fl div.logo h6 {
    display: inline-block;
    display: none;
    width: 0.5rem;
    height: 0.05rem;
    background: #fff;
    margin-top: 0.2rem;
  }
  .copyCon div.fl div.text {
    display: none;
    margin-top: 0.2rem;
  }
  .copyCon div.fl div.text p {
    font-size: 0.26rem;
    line-height: 1.6;
  }
  .copyCon div.fl div.text p a {
    margin-right: 0.2rem;
  }
  .copyCon div.fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .copyCon div.fr h2 {
    font-size: 0.36rem;
    line-height: 1.6;
  }
  .copyCon div.fr p {
    font-size: 0.26rem;
    line-height: 2;
  }
  .copyCon div.fr p.us {
    margin-top: 0;
    font-size: 0.28rem;
  }
  .copyCon div.fr p.us span {
    font-size: 0.4rem;
  }
  .copyCon div.fr p.time {
    display: none;
    margin-top: 0;
  }
  .copyCon div.fr p.company {
    margin-top: 0;
  }
  .copyCon div.copyright {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 0.5rem;
    margin-top: 1.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.6;
    text-align: justify;
    text-align-last: center;
  }
  /* relayTop */
  .relayTop {
    display: none;
    width: 0.8rem;
    height: 0.78rem;
    background: url(../images/replay_tophover.jpg) center center no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0.1rem;
    left: auto;
    right: 0.1rem;
    margin-left: 0;
    cursor: pointer;
  }
  /* 关于我们 */
  .aboutBanner {
    width: 100%;
    height: auto;
    background: url(../images/about-banner-1.jpg) center center no-repeat;
    background-size: cover;
  }
  .aboutBanner h3 {
    font-size: 0.48rem;
    line-height: 1.2;
    margin-top: 1rem;
    letter-spacing: 0;
  }
  .aboutBanner h2 {
    font-size: 0.48rem;
    line-height: 1.2;
    margin-top: 0.2rem;
  }
  .aboutBanner h6 {
    display: block;
    width: 0.5rem;
    height: 0.05rem;
    background: #fff;
    margin: 0.5rem auto 0;
  }
  .aboutBanner div.text {
    padding: 0 0.3rem;
    margin: 0.4rem auto;
    font-size: 0.28rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: justify;
    text-align-last: center;
  }
  /* aboutP1 */
  .aboutP1 {
    box-sizing: border-box;
    padding: 0 0.3rem;
  }
  .aboutP1 h3 {
    margin-top: 0;
  }
  .aboutP1 h2 {
    font-size: 0.4rem;
    line-height: 1.4;
    margin-top: 0.8rem;
  }
  .aboutP1 h2 span {
    display: block;
  }
  .aboutP1 h2 em {
    display: none;
  }
  .aboutP1 h6 {
    display: none;
  }
  .aboutP1 .w1000 {
    width: 100%;
  }
  .aboutP1 div.text {
    margin: 0.4rem auto;
    padding: 0;
    font-size: 0.32rem;
    line-height: 2.0;
    text-align: left;
    letter-spacing: 0;
  }
  .aboutP1 div.text p {
    text-indent: 2em;
    margin-bottom: 0.4rem;
    margin-top: 0.6rem;
    text-align: justify;
  }
  .aboutMapCon {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0.4rem auto;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
    background: #F1F0F1;
    border: none;
    position: relative;
  }
  .aboutMapCon div.contact {
    position: relative;
    top: auto;
    left: auto;
    width: 3.94rem;
    height: 0.44rem;
    margin: 0.4rem auto;
    background: url(../images/about-contactus.png) center center no-repeat;
    background-size: cover;
  }
  .aboutMapCon div.map {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 3.57rem;
    margin: 0.4rem auto 0.3rem;
    background: url(../images/about-map.png) center center no-repeat;
    background-size: 100%;
  }
  .aboutMapCon div.phoneBox {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background: none;
    padding: 0.2rem;
  }
  .aboutMapCon div.phoneBox span {
    display: block;
    float: left;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/about-phone.png) center center no-repeat;
    background-size: 100%;
    margin-right: 0.2rem;
  }
  .aboutMapCon div.phoneBox div.iconBox {
    float: left;
    background: none;
  }
  .aboutMapCon div.phoneBox strong {
    font-size: 0.32rem;
    line-height: 1.6;
    margin-top: -0.05rem;
  }
  .aboutMapCon div.phoneBox p {
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .aboutMapCon div.headBox {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background: none;
    padding: 0.2rem;
  }
  .aboutMapCon div.headBox span {
    display: block;
    float: left;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/about-head.png) center center no-repeat;
    background-size: 100%;
    margin-right: 0.2rem;
  }
  .aboutMapCon div.headBox div.iconBox {
    float: left;
    background: none;
  }
  .aboutMapCon div.headBox strong {
    font-size: 0.32rem;
    line-height: 1.6;
    margin-top: -0.05rem;
  }
  .aboutMapCon div.headBox p {
    font-size: 0.28rem;
    line-height: 1.5;
  }
  /* joinUsBanner */
  .joinUsBanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/joinus-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .joinUsBanner h3 {
    font-size: 0.48rem;
    line-height: 1.2;
    margin-top: 1rem;
    letter-spacing: 0;
  }
  .joinUsBanner h2 {
    font-size: 0.48rem;
    line-height: 1.2;
    margin-top: 0.2rem;
  }
  .joinUsBanner h6 {
    display: block;
    width: 0.5rem;
    height: 0.05rem;
    background: #fff;
    margin: 0.5rem auto 0;
  }
  .joinUsBanner h4 {
    margin: 0.4rem auto 0.8rem;
    font-size: 0.28rem;
    line-height: 2;
  }
  .joinUsTitle {
    overflow: hidden;
    margin: 0.5rem auto;
  }
  .joinUsTitle h2 {
    font-size: 0.48rem;
    line-height: 1.2;
  }
  .joinUsTitle h6 {
    display: block;
    width: 0.5rem;
    height: 0.05rem;
    background: #FFC12B;
    margin: 0.5rem auto 0;
  }
  .joinUsCon {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    background: #fff;
    box-shadow: 0px 2px 30px 0px rgba(39, 39, 39, 0.06);
    border-radius: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .joinUsCon div.titCon {
    height: 2rem;
    overflow: hidden;
    cursor: pointer;
  }
  .joinUsCon div.titCon h2 {
    display: inline-block;
    width: 3.8rem;
    font-weight: 700;
    font-size: 0.4rem;
    line-height: 2rem;
  }
  .joinUsCon div.titCon h3 {
    display: inline-block;
    font-weight: 400;
    font-size: 0.36rem;
    line-height: 2rem;
  }
  .joinUsCon div.titCon h6 {
    display: block;
    float: right;
    width: 0.48rem;
    height: 2rem;
    line-height: 2rem;
    background: url(../images/joinus-banner-arr.png) center center no-repeat;
    background-size: 70%;
    cursor: pointer;
  }
  .joinUsCon div.titCon h6.show {
    background: url(../images/joinus-banner-arr1.png) center center no-repeat;
    background-size: 70%;
  }
  .joinUsCon div.titCon h6.hide {
    background: url(../images/joinus-banner-arr.png) center center no-repeat;
    background-size: 70%;
  }
  .joinUsCon div.textCon {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 0.6rem;
    display: none;
  }
  .joinUsCon div.textCon p {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 1.6;
    text-align: justify;
    color: #666666;
  }
  .joinUsCon div.textCon p strong {
    display: block;
    color: #111111;
  }
  .joinUsCon div.textCon p.mail {
    font-weight: 700;
    font-size: 0.32rem;
    text-align: left;
    color: #333333;
    margin-top: 0.4rem;
  }
  /* 付费内容 */
  .listBanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/list-banner.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 1rem;
  }
  .listBanner h3 {
    font-size: 0.48rem;
    line-height: 1.2;
    margin-top: 1rem;
    letter-spacing: 0;
  }
  .listBanner h2 {
    font-size: 0.48rem;
    line-height: 1.2;
    margin-top: 0.2rem;
  }
  .listBanner h6 {
    display: block;
    width: 0.5rem;
    height: 0.05rem;
    background: #fff;
    margin: 0.5rem auto 0;
  }
  .listBanner div.text {
    padding: 0 0.3rem;
    margin: 0.4rem auto;
    font-size: 0.28rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: justify;
    text-align-last: center;
  }
  /*课程服务列表部分*/
  .big_content {
    width: 100%;
    height: 100%;
  }
  .big_content .content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.8rem;
  }
  .big_content .content_left {
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 0.3rem;
  }
  .big_content .content_left ul.left_ul li {
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
  }
  .big_content .content_left ul.left_ul li:first-child {
    margin-top: 0;
  }
  .big_content .content_left ul.left_ul li h2 {
    font-weight: 700;
    font-size: 0.4rem;
    line-height: 1.4;
    color: #000;
    padding: 0.25rem 0;
  }
  .big_content .content_left ul.left_ul li p {
    font-size: 0.28rem;
    line-height: 1.6;
    color: #666;
    padding-bottom: 0.2rem;
  }
  .big_content .content_left ul.left_ul li .shopping {
    width: 100%;
    height: 0.64rem;
  }
  .big_content .content_left ul.left_ul li .shopping .s_l {
    display: block;
    float: left;
    background: url(../images/loac.png) no-repeat left;
    padding-left: 0.4rem;
    line-height: 0.64rem;
    color: #999;
    font-size: 0.28rem;
  }
  .big_content .content_left ul.left_ul li .shopping .s_r {
    display: block;
    float: right;
    color: #F2B267;
    font-size: 0.28rem;
    line-height: 0.64rem;
  }
  .big_content .content_left ul.left_ul li .shopping .s_r .monery {
    font-weight: 700;
    margin-right: 0.1rem;
  }
  .big_content .content_left ul.left_ul li .shopping .s_r .go {
    display: inline-block;
    width: 1.6rem;
    height: 0.6rem;
    border: 1px solid #F2B267;
    border-radius: 0.3rem;
    text-align: center;
    line-height: 0.64rem;
    cursor: pointer;
  }
  .big_content .content_right {
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 0.3rem;
    /* border:1px solid red; */
    position: relative;
  }
  .big_content .content_right .login {
    width: 5.4rem;
    height: auto;
    border-radius: 0.2rem;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 50%;
    top: -0.8rem;
    margin-left: -2.7rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .big_content .content_right .login .login_content {
    width: 4.2rem;
    margin: 0 auto;
  }
  .big_content .content_right .login .login_tui {
    width: 4.2rem;
    height: auto;
    margin: 0 auto;
  }
  .big_content .content_right h3 {
    display: none;
    font-size: 0.6rem;
    color: #000;
    margin-top: 0;
  }
  .big_content .content_right ul.right_ul {
    padding-top: 1.1rem;
  }
  .big_content .content_right li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0.3rem 0;
  }
  .big_content .content_right li h2 {
    font-size: 0.4rem;
    line-height: 1.4;
    color: #000;
    padding: 0.25rem 0;
  }
  .big_content .content_right li p {
    font-size: 0.28rem;
    line-height: 1.6;
    color: #666;
    padding-bottom: 0;
    margin-bottom: 0.3rem;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 30;
    -webkit-box-orient: vertical;
  }
  .big_content .content_right li .lock span.r_cont {
    float: left;
    background: url(../images/loac.png) no-repeat left;
    padding-left: 0.4rem;
    line-height: 0.64rem;
    color: #999;
    font-size: 0.28rem;
  }
  .big_content .content_right li .lock span.r_money {
    float: right;
    color: #F2B267;
    font-size: 0.28rem;
    line-height: 0.64rem;
    padding-right: 1.8rem;
  }
  .big_content .content_right li i.go {
    display: block;
    width: 1.6rem;
    height: 0.6rem;
    border: 1px solid #F2B267;
    border-radius: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
    cursor: pointer;
    margin: 0 auto;
    color: #F2B267;
    position: absolute;
    right: 0;
    bottom: 0.3rem;
  }
  .big_content .content_right .tel {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    background: #567da7;
    background-size: cover;
    overflow: hidden;
  }
  .big_content .content_right .tel .tel_cont {
    height: 1.4rem;
    width: 4.2rem;
    margin: 0 auto;
    margin-top: 0;
    padding: 0.4rem 0;
  }
  .big_content .content_right .tel .tel_cont i {
    display: block;
    float: left;
    height: 1.4rem;
    width: 1.4rem;
    background: url(../images/service_icon.png) no-repeat left;
    background-size: cover;
  }
  .big_content .content_right .tel .tel_cont span {
    display: block;
    float: right;
    font-size: 0.4rem;
    line-height: 1.5;
    color: #fff;
    margin-top: 0.15rem;
  }

  /*20201019 by guan*/
  .aboutMapCon div.messageCon{
    width: 100%;
    height: auto;
    background: #eae9e8;
    box-shadow: 0px -5px 0px 0px #dddbd5;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
  }
  .aboutMapCon div.messageCon div.title{
    position: relative;
    top: auto;
    left: auto;
    width: 2.72rem;
    height: 0.68rem;
    background: url(../images/about-contactus-title.png) center center no-repeat;
    background-size: cover;
    margin: 0.4rem auto 0.2rem;
  }
  .aboutMapCon div.messageCon div.message{
    position: relative;
    top: auto;
    left: auto;
    padding: 0 0.2rem;
  }
  .aboutMapCon div.messageCon div.message p{
    font-weight: 400;
    font-size: 0.36rem;
    line-height: 2;
    font-family: PingFang SC Regular, PingFang SC Regular-Regular;
    text-align: left;
    color: #666666;
    margin-bottom: 0.2rem;
  }
  .aboutMapCon div.messageCon div.message p i{
    font-weight: 700;
    font-size: 0.52rem;
    line-height: 0.72rem;
  }
  .aboutMapCon div.messageCon div.message p.add span{
    display: block;
    float: left;
    width: 0.54rem;
    height: 0.72rem;
    background: url(../images/about-contactus-add.png) center center no-repeat;
    background-size: contain;
    margin-right: 0.1rem;
  }
  .aboutMapCon div.messageCon div.message p.phone span{
    display: block;
    float: left;
    width: 0.54rem;
    height: 0.72rem;
    background: url(../images/about-contactus-phone.png) center center no-repeat;
    background-size: contain;
    margin-right: 0.1rem;
  }

  /*20210730 by guan*/
  .logoCon div.text p {
    font-size: 0.3rem;
  }
  .logoCon div.text p a:nth-of-type(3) {
    display: none;
  }
    /*20220901*/
  /* 客户服务 */
  .kf_banner {
    width: 100%;
    height: 4rem;
    background: url(../images/kf_banner_bg_m.png) center center no-repeat;
    background-size: contain;
  }
  .kf_banner h3 {
    font-weight: 400;
    font-size: .36rem;
    line-height: 1.2;
    font-family: STSong,Microsoft YaHei,SimSun;
    text-align: center;
    margin-top: 1.4rem;
    letter-spacing: 0;
  }
  .kf_banner h2 {
    font-weight: 700;
    font-size: .36rem;
    line-height: 1.2;
    font-family: Alibaba PuHuiTi,Microsoft YaHei,SimSun;
    text-align: center;
    margin-top: .2rem;
  }
  .kf_banner h6 {
    display: block;
    width: .4rem;
    height: 2px;
    background: #fff;
    margin: .3rem auto 0;
  }
  .kf_container{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: initial;
    background: #fff;
    margin: 0 auto;
    padding: .4rem 0;
  }
  .kf_container .title h3{
    font-weight: 700;
    font-size: .28rem;
    line-height: .4rem;
    font-family: 'Microsoft YaHei';
    text-align: center;
    color: #333333;
  }
  .kf_container .title h6{
    display: block;
    width: .28rem;
    height: 2px;
    background: #FFC12B;
    margin: .1rem auto 0;
  }
  .kf_container>.clearfix{
    margin-top: .1rem;
  }
  .kf_container .kf_left{
    box-sizing: border-box;
    width: 100%;
    float: none;
    margin-top: 0;
    padding: 0 .32rem 0 .32rem;
    overflow: hidden;
  }
  .kf_container .kf_left h3{
    margin-top: .3rem;
    font-weight: 600;
    font-size: .28rem;
    line-height: .4rem;
    font-family: 'PingFangSC';
    text-align: left;
    text-indent: 0;
  }
  .kf_container .kf_left dl{
    overflow: hidden;
    margin-top: .2rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #F3F3F3;
  }
  .kf_container .kf_left dl:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
  }
  .kf_container .kf_left dl dt{
    display: none;
    width: 60px;
    vertical-align: top;
  }
  .kf_container .kf_left dl dt i{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .kf_container .kf_left dl dd{
    display: inline-block;  
  }
  .kf_container .kf_left dl dd p{
    font-weight: 400;
    font-size: .24rem;
    line-height: .48rem;
    font-family: 'PingFangSC-Regular';
    text-align: left;
  }
  .kf_container .kf_left dl.time dt i{
    width: 30px;
    height: 30px;
    background-image: url(../images/kf_icon_time.png);
  }
  .kf_container .kf_left dl.mail dt i{
    width: 30px;
    height: 31px;
    background-image: url(../images/kf_icon_mail.png);
  }
  .kf_container .kf_left dl.address dt i{
    width: 29px;
    height: 39px;
    background-image: url(../images/kf_icon_address.png);
  }

  .kf_container .kf_right{
    box-sizing: border-box;
    width: 100%;
    float: none;
    height: auto;
    background: #fff;
    padding: 0 .4rem;
    margin-top: .3rem;
    border: none;
    border-top: .1rem solid #F4F4F4;
  }
  .kf_container .kf_right h3{
    margin-top: .4rem;
    font-weight: 700;
    font-size: .28rem;
    line-height: .4rem;
    font-family: 'PingFangSC';
    text-align: center;
  }
  .kf_container .kf_right .down{
    margin-top: .2rem;
    width: 2.52rem;
    height: .55rem;
    border-radius: .1rem;
    background: #5496F3;
    font-weight: 400;
    font-size: .24rem;
    line-height: .55rem;
    font-family: 'PingFangSC';
    color: #fff;
    text-align: center;
  }
  .kf_container .kf_right .down a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }
  .kf_container .kf_right p{
    margin-top: .4rem;
    font-weight: 400;
    font-size: .24rem;
    line-height: 1.4;
    text-align: center;
  }
  
}